x86/APIC: reduce self-IPI related code
authorJan Beulich <jbeulich@suse.com>
Fri, 12 Sep 2014 11:48:37 +0000 (13:48 +0200)
committerJan Beulich <jbeulich@suse.com>
Fri, 12 Sep 2014 11:48:37 +0000 (13:48 +0200)
commit7d203b337fb2dcd148d2df850e25b67c792d4d0b
tree816cf8c1f369a597f2316afe683017ac362e268f
parent6baa3b58a1b066977ddc29c56b9b3cda123e70c6
x86/APIC: reduce self-IPI related code

send_IPI_self_{phys,flat}() were identical and send_IPI_self_x2apic()
was misplaced and pointlessly (implictly) had a non-x2APIC code path.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/arch/x86/genapic/x2apic.c
xen/arch/x86/smp.c
xen/include/asm-x86/genapic.h